Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] ESQL: Enable async get to support formatting (#111104) #118257

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

bpintea
Copy link
Contributor

@bpintea bpintea commented Dec 9, 2024

Backports the following commits to 8.x:

I've updated the listener for GET /_query/async/{id} to EsqlResponseListener, so it now accepts parameters (delimiter, drop_null_columns and format) like the POST /_query API. Additionally, I have added tests to verify the correctness of the code.

You can now set the format in the request parameters to specify the return style.

Closes elastic#110926
@bpintea bpintea added :Analytics/ES|QL AKA ESQL >feature auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport external-contributor Pull request authored by a developer outside the Elasticsearch team Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) labels Dec 9, 2024
Copy link
Contributor

github-actions bot commented Dec 9, 2024

Documentation preview:

@elasticsearchmachine elasticsearchmachine merged commit 510ca5d into elastic:8.x Dec 9, 2024
16 checks passed
@bpintea bpintea deleted the backport/8.x/pr-111104 branch December 9, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport external-contributor Pull request authored by a developer outside the Elasticsearch team >feature Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.18.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants